| lcDrwDeleteObject | Home |
|
BOOL lcDrwDeleteObject ( HANDLE hDrw, HANDLE hObject ); |
| hDrw | |
| Handle to a drawing object. | |
| hObject | |
| Handle to a named object (layer, linetype, text style, etc.) | |
| If the function succeeds, the return value is nonzero (TRUE). |
|
The following objects can't be deleted: - default objects, which was created with the lcDrwNew function. - objects that are referenced in other objects. - active objects. |
| lcDrwGetObjectByID, lcDrwGetObjectByName, Code sample |